Q3SpotLight_GetOuterAngle
You can use theQ3SpotLight_GetOuterAngle
function to get the outer angle of a spot light.
TQ3Status Q3SpotLight_GetOuterAngle ( TQ3LightObject light, float *outerAngle);
light
- A spot light object.
outerAngle
- On exit, the outer angle of the specified light, in radians.
DESCRIPTION
TheQ3SpotLight_GetOuterAngle
function returns, in theouterAngle
parameter, the current outer angle of the spot light specified by thelight
parameter.